@keyframes blob{0%,100%{transform:scale(1)}33%{transform:scale(1.1)}66%{transform:scale(.9)}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes text-gradient-shift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes scroll-indicator{0%{transform:translateY(0);opacity:0}30%,60%{opacity:1}100%{transform:translateY(8px);opacity:0}}@keyframes typewriter{from{width:0}to{width:100%}}.animate-blob{animation:7s infinite blob}.animate-fade-in{animation:.8s ease-out forwards fade-in}.animate-fade-in-down{animation:.8s ease-out forwards fade-in-down}.animate-fade-in-up{animation:.8s ease-out forwards fade-in-up}.animate-shimmer{animation:2s linear infinite shimmer;background:linear-gradient(to right,transparent,rgba(255,255,255,.8),transparent)}.animate-text-gradient-shift{background-size:200% auto;animation:5s ease-in-out infinite text-gradient-shift}.animate-scroll-indicator{animation:2s ease-in-out infinite scroll-indicator}.animation-delay-500{animation-delay:.5s}.animation-delay-2000{animation-delay:2s}.animation-delay-3000{animation-delay:3s}.animation-delay-4000{animation-delay:4s}.particle-container{position:absolute;width:100%;height:100%;overflow:hidden}.particle{position:absolute;border-radius:50%;opacity:.3;animation:10s ease-in-out infinite float}.particle-1{width:10px;height:10px;background-color:#ff1493;top:20%;left:20%;animation-delay:0s}.particle-2{width:15px;height:15px;background-color:#00bfff;top:40%;left:60%;animation-delay:1s}.particle-3{width:8px;height:8px;background-color:#ff1493;top:70%;left:30%;animation-delay:2s}.particle-4{width:12px;height:12px;background-color:#00bfff;top:30%;left:80%;animation-delay:3s}.particle-5{width:7px;height:7px;background-color:#ff1493;top:60%;left:10%;animation-delay:4s}.bg-grid-pattern{background-image:radial-gradient(circle,#000 1px,transparent 1px);background-size:30px 30px}.typewriter-container{display:inline-block;position:relative}.typewriter-text{overflow:hidden;white-space:nowrap;border-right:2px solid #ff1493;width:0;animation:3s steps(28) 1s forwards typewriter}html{scroll-behavior:smooth}@media (min-width:641px) and (max-width:1023px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width:640px){.hero-heading{font-size:2.5rem;line-height:1.1}.container{padding-left:1rem;padding-right:1rem}.py-24{padding-top:4rem;padding-bottom:4rem}.gap-y-12{row-gap:2rem}.gap-3>*{margin-bottom:.5rem}}@media (hover:none){a,button{min-height:44px}}